home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Tools & Utilities
/
Collection of Tools and Utilities.iso
/
ada
/
gwuada_5.zip
/
adaed
/
spider
/
draw14.ada
< prev
next >
Wrap
Text File
|
1993-02-04
|
190b
|
21 lines
WITH Spider; Use Spider;
PROCEDURE Drawing14 IS
BEGIN
Reset;
Red;
Step;
Step;
Step;
Step;
Black;
Turn;
Step;
Turn;
Turn;
Green;
Step;
Step;
Step;
Quit;
END Drawing14;